Multiple footer row(s)

Extended grid (AW.Grid.Extended) allows multiple footer rows. Use setFooterCount() method to set the number of footer rows

	grid.setFooterVisible(true); // show footers
	grid.setFooterCount(2);      // enable two footer rows 

Back to grid footer examples, all examples